home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / foomatic / db / source / driver / min12xxw.xml < prev    next >
Encoding:
Text File  |  2009-03-27  |  3.2 KB  |  89 lines

  1. <driver id="driver/min12xxw">
  2.  <name>min12xxw</name>
  3.  <url>http://www.hinterbergen.de/mala/min12xxw/</url>
  4.  <execution>
  5.   <filter />
  6.   <prototype>gs -q -dNOPAUSE -dPARANOIDSAFER -dBATCH -sDEVICE=pbmraw%A%Z -sOutputFile=- - | min12xxw%B</prototype>
  7.   <!-- <ppdentry>
  8.    *DefaultResolution: 600dpi
  9.   </ppdentry> -->
  10.   <margins>
  11.    <general>
  12.     <unit>in</unit>
  13.     <relative />
  14.     <left>0.17</left>
  15.     <right>0.17</right>
  16.     <top>0.17</top>
  17.     <bottom>0.17</bottom>
  18.    </general>
  19.   </margins>
  20.  </execution>
  21.  <comments>
  22.   <en>
  23.  
  24.        Min12xxw is a pbm filter by Manuel Tobias Schiller for various
  25.        Minolta PagePro W-series (win)printers.  The driver basically
  26.        works, but is new and reports are few; thus it should be
  27.        considered experimental, and the purchase of a printer that
  28.        relies upon this driver is not advisable.
  29.  
  30.        <p>
  31.  
  32.        Min12xxw should run on most *nix-like workstations without
  33.        major problems. The only problem that is to be expected on
  34.        non-Linux systems are missing library functions such as getline
  35.        or getopt_long. The query options may or may not work on other
  36.        systems, depending on the characteristics of the printer driver
  37.        and the interface used (USB, very old style parallel port or a
  38.        more recent one...).
  39.  
  40.        <p>
  41.  
  42.        Min12xxw was written without any documentation from the
  43.        manufacturer. The description of the printer language may be
  44.        inaccurate or even wrong because it was obtained by looking at
  45.        the output of the Windows driver only. The code dealing with
  46.        the compression of raster data is in its spirit heavily based
  47.        on an initial driver by Adam Bocim.
  48.  
  49.        <p>
  50.  
  51.        This driver features querying the printer status and page
  52.        counter, a suggestion made by Bruno Schoedlbauer, who also
  53.        pointed me to a nice <a
  54.        href="http://benoit.papillault.free.fr/usbsnoop"
  55.        >USB sniffer</a> for Windows 98 and up by
  56.        Benoit Papillault.
  57.  
  58.        <p>
  59.  
  60.        Even though this program has been designed with care and much
  61.        thought, no one can guarantee that this program will not damage
  62.        your printer, computer or even your neighbour's car, because it
  63.        was built without knowing exactly how things work, it's only a
  64.        (hopefully) reasonable guess. (However, my printer does still
  65.        work, even after the testing phase when a lot of wrong stuff
  66.        was sent to it. And my neighbour hasn't complained either...)
  67.  
  68.        <p>
  69.  
  70.        Most of the available paper sizes have not actually been
  71.        verified to work as adverised - reports about successes or
  72.        problems are welcome.  Also the code for querying the printer
  73.        is not heavily tested. If you have comments to make or know
  74.        more about the format than I do, please share your thoughts and
  75.        your knowledge.
  76.  
  77.        <p>
  78.    
  79.     </en>
  80.     </comments>
  81.   <printers>
  82.     <printer><id>printer/Minolta-PagePro_1200W</id></printer>
  83.     <printer><id>printer/Minolta-PagePro_1250W</id></printer>
  84.     <printer><id>printer/Minolta-PagePro_1300W</id></printer>
  85.     <printer><id>printer/Minolta-PagePro_1350W</id></printer>
  86.     <printer><id>printer/Minolta-PagePro_1400W</id></printer>
  87.   </printers>
  88. </driver>
  89.